PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DNode Class / getMatrix Method
In This Topic
    getMatrix Method
    In This Topic
    Gets the 3D transformation matrix.
    Syntax
    public double[] getMatrix()

    Return Value

    A 12-element 3D transformation matrix that specifies the position and orientation of this node, relative to its parent, in world coordinates.
    See Also